SByteNINumericSByteNIsGreaterThanOrEqualTo Method
Determines whether the current value is greater than or equal to the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<SByteN>.IsGreaterThanOrEqualTo(
SByteN value
)
Private Function IsGreaterThanOrEqualTo (
value As SByteN
) As Boolean Implements INumeric(Of SByteN).IsGreaterThanOrEqualTo
private:
virtual bool IsGreaterThanOrEqualTo(
SByteN value
) sealed = INumeric<SByteN>::IsGreaterThanOrEqualTo
private abstract IsGreaterThanOrEqualTo :
value : SByteN -> bool
private override IsGreaterThanOrEqualTo :
value : SByteN -> bool
- value SByteN
- The value to compare with the current value.
Boolean if the current value is greater than or equal to
value; otherwise,
.
INumericTSelfIsGreaterThanOrEqualTo(TSelf)